GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddLineArrowAnnotInteractive Method





In This Topic
AddLineArrowAnnotInteractive Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(74)>
Sub AddLineArrowAnnotInteractive( _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal ArrowWidth As Single, _
   ByVal ArrowHeight As Single, _
   ByVal ArrowFilled As Boolean, _
   ByVal Opacity As Single _
) 
[DispId(74)]
void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
)
procedure AddLineArrowAnnotInteractive( 
    BorderColor: Integer;
    BorderWidth: Single;
    ArrowWidth: Single;
    ArrowHeight: Single;
    ArrowFilled: Boolean;
    Opacity: Single
); 
DispIdAttribute(74)
function AddLineArrowAnnotInteractive( 
   BorderColor : int,
   BorderWidth : float,
   ArrowWidth : float,
   ArrowHeight : float,
   ArrowFilled : boolean,
   Opacity : float
);
[DispId(74)]
void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 
[DispId(74)]
void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 

Parameters

BorderColor
BorderWidth
ArrowWidth
ArrowHeight
ArrowFilled
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members